<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Css for PEL,    ver 1.0
CopyRight By Dongyi Network Technology CO.,Ltd Design Center

本网站通用布局
*/

/* Css Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    vertical-align: top;
    border: 0;
}
address, caption, cite, code, dfn, em, th, var, i {
    font-weight: normal;
    font-style: normal;
}
ol, ul, li {
    list-style: none;
}
div, dl, dt, dd, ol, ul, li {
    zoom: 1;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu, time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
/* Public */

body {
    color: #333;
    min-width: 1200px;
    min-height: 100%;
    font-size: 14px;
    line-height: 30px;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #e00;
    text-decoration:underline
}
.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}
.blank {
    display: block;
    height: 20px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}
.clearfix:after,
.siteWidth:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix,
* html .siteWidth {
    height: 1%;
}
*+html .clearfix,
*+html .siteWidth{
    min-height: 1%;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.hide {
    display: none;
}
input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.siteWidth { max-width: 1200px; margin: 0 auto; position: relative; }

/* box */
.box{ margin-bottom:20px;}
.box&gt;.hd{height:40px; line-height:33px; border-bottom:1px solid #DEDEDE; position:relative}
.box&gt;.hd .more{ position:absolute; right:0; color:#999; font-size:12px;}
.box&gt;.hd h3{ position:absolute; padding:0 10px; color:#6CAB31; font-size:18px; border-bottom:3px solid #6CAB31; font-weight:bold; padding-bottom:5px; }
.box&gt;.hd h3 a,
.box&gt;.hd .on a{color:#6CAB31}
.box&gt;.hd ul{position:absolute; overflow:hidden}
.box&gt;.hd li{float:left; padding:0 10px; font-size:18px; margin-right:10px; padding-bottom:5px;}
.box&gt;.hd .on{border-bottom:3px solid #6CAB31; color:#6CAB31; font-weight:bold; }
.box&gt;.bd{ padding:15px 0 0 0;}

.box-type1&gt;.hd .more{right:10px;}
.box-type1&gt;.hd{ background:#F9F9F9; border-bottom:1px solid #ddd; height:50px; line-height:50px; }
.box-type1&gt;.hd h2{ font-size:16px; font-weight:bold; color:#6CAB31;}
.box-type1&gt;.hd h2 a,
.box-type1&gt;.hd h2 span{color:#6CAB31;padding-left:12px; border-left:3px solid #6CAB31}
.box-type1&gt;.hd ul{padding:0 20px;}
.box-type1&gt;.hd li{line-height:48px; padding-bottom:0; font-size:16px;}

/* frame */
body { background:#fff; max-width:1920px; }


/* 顶部 */
.topbar { height: 35px; line-height: 35px; border-bottom:1px solid #DFFBEC; background:#F5FEFA; position:relative; z-index:4; font-size:12px;}
.topbar .zfLink {float: left; }
.topbar .zfLink li { float: left;}
.topbar .zfLink li.spe { padding: 0 10px; }

.topbar .userPanel {
    float: right;
}
.topbar .userPanel li {
    float: left;
    /* padding: 0 10px; */
    position: relative;
}
.topbar .userPanel li a {
    display: block;
    padding:0 15px;
    cursor: pointer;
}
.topbar .userPanel li a:hover{
    color:#fff;
    text-decoration:none;
}
.topbar .userPanel li a i {
    display:none;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    background: url(../img/icons-topbar.png) no-repeat;
}
.topbar .userPanel .phone a i {
    background-position: 0 -20px;
}
.topbar .userPanel .robot a i {
    background-position: 0 -40px;
}
.topbar .userPanel .wechat a i {
    background-position: 0 -60px;
}
.topbar .userPanel .weibo a i {
    background-position: 0 -80px;
}
.topbar .userPanel li span {
    display: none;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -55px;
    border:1px solid #ddd;
}
.topbar .userPanel li.on,
.site:hover dt {
    background-color: #6CAB31;
    color:#fff;
    background-position: 70px 16px;
}
.topbar .userPanel li.on span {
    display: block;
}
.topbar .userPanel li span img {
    width: 100px;
    border: 5px solid #fff;
}
.topbar .userPanel li span i {
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    content: "";
    border-width: 8px;
    border-color: transparent;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-style: dashed;
    font-size: 0;
    line-height: 0;
    width: 0;
}
.site {
    float: right;
}
.site dt {
    background: url(../img/icons.png) no-repeat 70px -8px;
    padding: 0 25px 0 15px;
    cursor:pointer;
}
.topbar .site dd { color: #333; font-size: 12px; display: none; clear: both; background: #fff; position: absolute; right: 0; top: 35px; padding: 15px 15px 15px 20px; width: 1165px; box-shadow: 0 2px 4px rgba(0, 0, 0, .2); }
.topbar .site:hover,
.topbar .site.on dd { display: block; }
.topbar .site dd h3 { text-align: left; position: relative; font-size: 14px; font-weight: bold; line-height: 34px; }
.topbar .site dd h3 span { position: relative; z-index: 2; padding-right: 10px; background-color: #fff; }
.topbar .site dd h3 i { content: ""; display: block; height: 0; line-height: 0; font-size: 0; border-bottom: 1px dotted #ddd; top: 50%; right: 0; width: 100%; position: absolute; }
.topbar .site dd ul { overflow: hidden; }
.topbar .site li { float: left; width: 24.99%; line-height: 26px; height: 26px; color: #666; overflow: hidden; }
.topbar .site li a { padding-left: 10px; background: url(../img/dot.png) no-repeat 0 center; }


/* ========== 顶部 =========== */
#header{position:relative; z-index:3; clear:both;}
#header .logoBar {position: relative;height: 145px;}
#header #logo {float: left;margin-top: 24px;}



/* 搜索栏 */
.siteSearchBar {float: right;margin-top: 35px;position: relative;}
.siteSearchBar a.search-more { position: absolute; right: 0; top: 8px; color: #fff; font-size: 16px;}
.s-form {
    background-color: #fff;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    border-radius: 100px;
    position: relative;
    width: 380px;
    border:6px solid #ccc;
    padding:3px;
}
.s-form .input-box {float: left; padding-left:15px;}
.s-form .input-box input {width: 268px;vertical-align: top;height: 32px;padding: 0 10px 0 10px;border: none;outline: none;font: 14px/32px "Microsoft Yahei";color: #666;}
.s-form .btn-box { float: right; height:32px; overflow:hidden;}
.s-form .btn-box input {height: 32px; line-height:80px; overflow: hidden;border: none;background: url(../img/icons.png) 17px -45px no-repeat #6CAB31;width: 64px;outline: none;border-radius:100px;color: #fff;}
.s-form .btn-box input:hover, .s-form .btn-box input:active { background-color: #7fc33f;}
.hotSearch{ padding-left:20px; line-height:30px; font-size:12px; color:#666}
.hotSearch em{color:#3C6D0D}
.hotSearch a{margin:0 8px; color:#666}

/* 导航栏 */
.topNav{height: 50px;line-height:50px;background:#6CAB31; margin-bottom:20px;}
.mainNav { width:1200px; margin:0 auto; position:relative;}
.mainNav a:hover{text-decoration:none;}
.mainNav .li1{ float: left; width: 120px; position:relative}
.mainNav .li1 .a1 { display: block; text-align: center; font-size:16px; color: #fff; border-left:1px solid #8BC950;}
.mainNav .last1 .a1{border-right:1px solid #8BC950}
.mainNav .on1 .h1{ background:#648C0A; position: relative; }
.mainNav .ul1{ position:absolute; left:1px; top:50px; display:none; background:#648C0A; width:119px; text-align:center;}
.mainNav .li2{vertical-align:top;}
.mainNav .a2{ color:#fff; line-height:24px; display:block; padding:5px; border-top:1px solid #6d9611}
.mainNav .a2:hover{ background:#6CAB31; color:#fff}

.mainNav #li-zwgk .ul1{ width:200px;}

/* 内容区 */
#content { overflow: hidden; clear: both; width:1200px; margin: 0 auto 20px auto; position:relative;}
/* 框架 */
.side { float: left; width: 260px; }
.mainContent { float: right; width: 910px; }

/* 友情链接模拟下拉 */
.friendLinks{margin: 0 -40px 0 0;text-align:left; background:#2C2C2C; padding:10px 0; }
.friendLinks .title{float:left;color:#fff;padding-left: 44px;background: url(../img/icons.png) 0 -710px no-repeat;font-size:16px;}
.friendLinks dl{width: 247px;margin-left: 20px;float:left;display:inline;position:relative;}
.friendLinks dl dt{height: 30px;line-height: 30px;padding: 0 15px 0 8px;overflow:hidden;background:#fff;position:relative;cursor:pointer;}
.friendLinks dl dt i{right: 12px;top:50%;margin-top:-2px;border-width:5px;position:absolute;border-color:transparent;border-style:dashed;border-top-color:#D0D0D0;border-top-style:solid;content:"";display:block;font-size:0;line-height:0;width:0;}
.friendLinks dl dt h3{width:175px; color:#888}
.friendLinks dd{bottom: 30px;display:none;width:100%;position:absolute;left:0;}
.friendLinks ul{ max-height: 389px; background:#fff;overflow-y:scroll; }
.friendLinks li{line-height:22px;padding: 8px 10px;border-bottom:1px dotted #ccc;/* word-break:keep-all; *//* white-space:nowrap; */cursor:pointer;}
.friendLinks li a{display:block;}
.friendLinks li a:hover{text-decoration:none}
.friendLinks li:hover{  color:#CD3333; background-color:#f1f1f1 }
.friendLinks .last{border-bottom:0}
.friendLinks .on {z-index:9; -webkit-box-shadow:0 0 3px rgba(0, 0, 0, .3); -moz-box-shadow:0 0 3px rgba(0, 0, 0, .3); box-shadow:0 0 5px rgba(0, 0, 0, .2);  }
.friendLinks .on dt{border-color:#bbb; }
.friendLinks .on dt i{  border-top-style:none; border-bottom-color:#aaa;border-bottom-style:solid; }
.friendLinks .on dd{ display:block;  -webkit-box-shadow:0 0 3px rgba(0, 0, 0, .3); -moz-box-shadow:0 0 3px rgba(0, 0, 0, .3); box-shadow:0 0 5px rgba(0, 0, 0, .2); }
.friendLinks .on dd ul{ border-color:#bbb; }

/* 底部 */
#footer .friendLinks a,
#footer .friendLinks{color:#666;}

#footer {line-height: 24px;color: #fff;background:#333;position: relative; font-size:12px;}
#footer a { color: #fff;}
#footer .footNav { margin-bottom: 10px; }
#footer .footNav li { display: inline; }
#footer .footNav li.spe { padding: 0 10px; }
#footer .siteWidth { width:1200px; position: relative; z-index: 1; padding: 20px 0; }
#footer .pics{position:absolute;right:0;top: 30px;}
#_ideConac img{margin-top:-10px;}

/* bigIconList */
.bigIconList{
    overflow:hidden;
    margin-right:-14px;
}
.bigIconList li{
    float:left;
    margin: 0 13px 10px 0;
    text-align:center;
}
.bigIconList a{
    display:block;
    width:90px;
    background:#F9F9F9;
    line-height:20px;
    padding-bottom:10px;
    text-decoration:none !important;
}
.bigIconList i{
    display:block;
    height:60px;
    background:url(../img/ind-zwgk.png) center -12px no-repeat;
    -webkit-transition:400ms;-o-transition:400ms;-moz-transition:400ms;transition:400ms;
}
.bigIconList a:hover{
    background-color:#eaf2ff;
    color:#6CAB31
}
.bigIconList a:hover i{
    -moz-transform:scaleX(-1) translateY(-5px); -webkit-transform:scaleX(-1) translateY(-5px); -o-transform:scaleX(-1) translateY(-5px); transform:scaleX(-1) translateY(-5px);
}
.bigIconList .li2 i{    background-position:center -112px;}
.bigIconList .li3 i{    background-position:center -212px;}
.bigIconList .li4 i{    background-position:center -312px;}
.bigIconList .li5 i{    background-position:center -412px;}
.bigIconList .li6 i{    background-position:center -512px;}
.bigIconList .li7 i{    background-position:center -612px;}
.bigIconList .li8 i{    background-position:center -712px;}

/* ztzlList */
.ztzlList{
    overflow:hidden;
    margin-right:-20px
}
.ztzlList li{
    float:left;
    margin:0 20px 20px 0
}
.ztzlList .tit{
    display:none;
}
.ztzlList .pic img{
    width:285px;
    height:90px;
}

/* path */
.path{
    height:28px;
    line-height:28px;
    border:1px solid #E0E0E0;
    font-size:12px;
    margin:0 auto 20px auto;
    padding-left: 27px;
    width:1173px;
    color:#777;
    background: url(../img/icons.png) 6px -797px no-repeat #F7F7F7;
    -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.path a,.path span{
    color:#777;
    margin:0 5px;
}

/* sideMenu */
.sideMenu{
    margin-bottom:20px;
}
.sideMenu .hd{
    height:50px;
    line-height:50px;
    background:url(../img/side.png);
    margin-bottom:10px;
}
.sideMenu .hd h3{
    font-size:20px;
    font-weight:bold;
    padding-left:20px;
    color:#fff;
}
.sideMenu .bd{
    background:#F5F5F5;
    padding:20px;
    -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.menuList li{
    vertical-align:top;
    margin-bottom:10px;
}
.menuList a{
    display:block;
    border:1px solid #C2EBCB;
    background: url(../img/side.png) 10px -123px no-repeat #EBF3EE;
    font-size:16px;
    padding: 5px 5px 5px 30px;
    line-height:28px;
    -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
.menuList .on a,
.menuList a:hover{
    text-decoration:none;
    background-color:#6CAB2F;
    border-color:#6CAB2F;
    color:#fff;
    background-position: 10px -345px;
}
/* sideBox */
.sideBox{
    margin-bottom:20px;
}
.sideBox .hd{
    height:50px;
    line-height:50px;
    background:url(../img/side.png) 0 -500px;
    margin-bottom:10px;
}
.sideBox .hd h3{
    font-size:20px;
    font-weight:bold;
    padding-left:20px;
    color:#fff;
}
.sideBox .bd{
    padding:10px;
    background:#F2F0F1;
    overflow:hidden;
}
/* infoListA */
.infoListA li {
    padding: 0 0 10px 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1.5;
    background: url(../img/icons.png) 0 -387px no-repeat;
    position: relative;
}
.infoListA .date {
    color: #999;
    float: right;
    margin-left:10px;
}
.infoListA .last {
    border-bottom: 0;
    margin-bottom:0
}
.infoListA-rank li{
    padding-left:0;
    background:none;
    overflow:hidden;
    border-bottom:1px dotted #ddd
}
.infoListA-rank em{
    float:left;
    width:36px;
    height:36px;
    line-height:36px;
    background:#BDBDBD;
    text-align:center;
    color:#fff;
    font-size:20px;
     margin: 3px 10px 0 0;
}
.infoListA-rank .hot em{
    background:#F79F49
}
.infoListA-rank a{
    display:block;
    height:42px;
    overflow:hidden;
}
/* mainBox */
.mainBox .mHd{
    height:49px;
    line-height:49px;
    background:#F9F9F9;
    border-bottom:1px solid #ddd;
    overflow:hidden;
    margin-bottom:20px;
}
.mainBox .mHd h3{
    font-size:16px;
    color:#6CAB31;
    font-weight:bold;
    padding-left:15px;
    float:left;
    height:30px;
    line-height:30px;
    border-left:3px solid #6CAB31;
    margin-top:10px;
}
.mainBox .mHd h3 a{
    color:#6CAB31
}

/* goTop */
#goTop {
    position: fixed;
    display: none;
    _display: none !important;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 0 5px #9c9c9c;
    -webkit-box-shadow: 0 0 5px #9c9c9c;
    opacity: .9;
    background: rgba(0, 0, 0, .5);
}
#goTop::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -15px;
    content: "";
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-style: dashed;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}


/* 顶部 登录/注册 */
.topbar .userPanel .login{
    margin-right:10px;
    height:35px;
    overflow:hidden;
}
.topbar .userlogincomment,
.topbar .userlogincomment a{
    color:#333 !important;
    font-size:14px;
}
.topbar .notlogged a,
.topbar .loggedin a{
    margin:0 5px;
    padding:0 !important;
    display:inline !important;
}
.topbar .notlogged a:hover,
.topbar .loggedin a:hover{
    text-decoration:underline !important;
    color:#333 !important
}
.topbar .userPanel .login.on{
    background:none;
}
.topbar .userPanel .userlogincomment .closecomment{
    position:relative;
    display:block;
    left:auto;
    top:auto;
    margin:0;
    border:0;
}</pre></body></html>